home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 96 / Amiga News 96.iso / amig_ad_os / avm / avminstall / rexx / archiveoutgoing.avm < prev    next >
Text File  |  1977-12-31  |  113b  |  9 lines

  1. /* copies a log into the archive */
  2.  
  3. parse upper arg stuff
  4.  
  5. address rexx 'moveto' 'OutgoingArchive' stuff
  6.  
  7. exit
  8.  
  9.